home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d22
/
copyu.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1991-12-04
|
236 b
|
10 lines
ECHO OFF
cls
ECHO Insert the source disk in drive %1
ECHO and the target disk in drive %2
ECHO -------------------------------------
pause
%1:
for %%f in (*.*) do if not exist %2:%%f copy %1:%%f %2:/v >NUL
%2: